home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 May: Tool Chest / Developer CD Series Tool Chest (Apple Computer)(May 1999).iso / Tool Chest / Development Kits / MPW etc / MPW-GM / MPW / Examples / CFMExamples / CSharedLibrarySample / SharedLib.r < prev    next >
Encoding:
Text File  |  1998-12-03  |  325 b   |  21 lines  |  [TEXT/MPS ]

  1. /*
  2.  *   SharedLib.r
  3.  *
  4.  *     resource file for sample C++ shared library
  5.  *
  6.  *     Copyright © 1993, 1994, Apple Computer, Inc.  All rights reserved.
  7.  */
  8.  
  9. #include "Types.r"
  10. #include "SysTypes.r"
  11.  
  12.  
  13. resource 'vers' (1) {
  14.     0x2,
  15.     0x0,
  16.     development,
  17.     0xd,
  18.     verUS,
  19.     "2.0d1",
  20.     "Version 2.0d1.  Copyright © 1994, Apple Computer, Inc."
  21. };